tuple|tuples in English

noun

set of variables (Mathematics); set of data that forms a record in a database (Computer Programming)

Use "tuple|tuples" in a sentence

Below are sample sentences containing the word "tuple|tuples" from the English Dictionary. We can refer to these sentence patterns for sentences in case of finding sample sentences with the word "tuple|tuples", or refer to the context using the word "tuple|tuples" in the English Dictionary.

1. It is also possible to create tuples which contain mutable objects, such as lists.

2. What about all the integers used in our dict and tuple objects?

3. Columnar supports patterns, which are two-item tuples each containing a regular expression and a function

4. SETL provides two basic aggregate data types: unordered sets, and sequences (the latter also called tuples).

5. An Array is stored such that the position of each element can be computed from its index tuple by …

6. 8 Python also has a concept of mutability and immutability: a tuple, for example, is an immutable list.

7. The binary n-tuple of minimum weight in C i is called the leader of the Coset C i

8. Two numbers with the same "Abundancy" form a friendly pair; n numbers with the same "Abundancy" form a friendly n-tuple.

9. Finite Automata(FA) is the simplest machine to recognize patterns.The finite Automata or finite state machine is an abstract machine which have five elements or tuple

10. Many of the original SQL features were inspired by, but in violation of, tuple calculus , but recent extensions to SQL include a more relational algebra flavour.

11. Experts describe a Candidate key of having "no redundant attributes" and being a "minimal representation of a tuple" in a relational database table.

12. In the LBA addressing scheme, sectors are numbered as integer indexes; when mapped to CHS (cylinder-head-sector) tuples, LBA numbering starts with the first cylinder, first head, and track's first sector.

13. Card services parses the CIS tuples in the card attribute memory and passes the information up to cardmgr, which loads the appropriate device drivers from the /etc/pcmcia/config file (see Listing .

14. A method for detecting outlines of buildings from aerially acquired data comprising a plurality of points, each comprising an (x, y, z)-tuple, comprises defining a reference plane, dividing the reference plane into an array of bins and mapping each point of the laser data to a bin of the reference plane.

15. CHS tuples can be mapped onto LBA addresses using the following formula: A = (c ⋅ Nheads + h) ⋅ Nsectors + (s − 1), where A is the LBA address, Nheads is the number of heads on the disk, Nsectors is the maximum number of sectors per track, and (c, h, s) is the CHS address.